In the context of enterprise architecture, service-orientation and service-oriented architecture, the term service refers to a set of related software functionalities that can be reused for different purposes, together with the policies that should control its usage.
OASIS defines service as "a mechanism to enable access to one or more capabilities, where the access is provided using a prescribed interface and is exercised consistent with constraints and policies as specified by the service description." [1]
Contents |
An enterprise architecture team will develop the organization's service model first by defining the top level business functions. Once the business functions are defined, they are further sectioned into services that represent the processes and activities needed to manage the assets of the organization in their various states. One example is the separation of the business function "Manage Orders" into services such as "Create Order," "Fulfill Order," "Ship Order," "Invoice Order" and "Cancel/Update Order."
A service has a description or specification. This description consists of:
A Web service provides one way of implementing the automated aspects of a given business or technical service.
Telecommunication network architectures, such as IMS, are able to provide subscribers with various Next Generation Network Services.
Services can be stateless and stateful. Stateless services can be services like data aggregation services. Stateful services are used for executing business logic.[2]